SixBit API Schema
FulfillmentSourceType Simple Type
Description
This flag indicates the source of the Inventory fulfillment.
Namespace (none)
Type
Restriction of xs:string
Diagram
FulfillmentSourceType Simple Type
Overview
FulfillmentSourceType Restriction of xs:string
This flag indicates the source of the Inventory fulfillment.
Facets
EnumerationSelf
EnumerationDropShipper
EnumerationAmazon
EnumerationNone
Source
<xs:simpleType name="FulfillmentSourceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>This flag indicates the source of the Inventory fulfillment.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Self" />
    <xs:enumeration value="DropShipper" />
    <xs:enumeration value="Amazon" />
    <xs:enumeration value="None" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.